projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f2c21
)
(menu-bar-tools-menu): Fix typo in Send Mail item.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 27 Feb 1997 00:11:29 +0000
(
00:11
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 27 Feb 1997 00:11:29 +0000
(
00:11
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index c670e1ace41b07bf6c55fb828a4a7061043350d8..9474e08a4b0ec8399936470564a32400f0fc332f 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-68,7
+68,7
@@
A large number or nil slows down menu responsiveness.")
'("--"))
(define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar))
-(define-key menu-bar-tools-menu [
r
mail] '("Send Mail" . compose-mail))
+(define-key menu-bar-tools-menu [
compose-
mail] '("Send Mail" . compose-mail))
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail))
(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))